github.com/andybalholm/brotli/matchfinder.ZDFast.table (field)
10 uses
github.com/andybalholm/brotli/matchfinder (current package)
zdfast.go#L21: table [zfastTableSize]tableEntry
zdfast.go#L27: z.table = [zfastTableSize]tableEntry{}
zdfast.go#L40: for i := range z.table {
zdfast.go#L41: v := z.table[i].offset
zdfast.go#L47: z.table[i].offset = v
zdfast.go#L102: candidateS := z.table[nextHashS]
zdfast.go#L108: z.table[nextHashS] = entry
zdfast.go#L214: z.table[z.hashShort(cv0)] = te0
zdfast.go#L215: z.table[z.hashShort(cv1)] = te1
zdfast.go#L227: z.table[nextHashS] = entry
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |